public final class PopupWindow
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static BackgroundWorker |
backgroundWorker |
(package private) static java.lang.String[] |
creatorLabels |
(package private) static java.util.ArrayList<java.lang.String> |
newCreatorList |
(package private) static int |
selectedCreatorIndex |
(package private) static java.util.ArrayList<java.lang.String> |
uniqueCreatorList |
Modifier | Constructor and Description |
---|---|
private |
PopupWindow()
Non instantiable Constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
popupAssociateFilesWindow(int screenWidth,
int screenHeight)
Popup Associate Files Window
|
static void |
popupBatchModify(int screenWidth,
int screenHeight)
Popup Batch Modify Window
|
static void |
popupExportMetadataWindow(int screenWidth,
int screenHeight)
Popup Export Metadata Window
|
static void |
popupImportProgress(int screenWidth,
int screenHeight,
java.io.File[] files)
Popup Import Progress Window
|
static void |
popupLoadMetadataProgressWindow(int screenWidth,
int screenHeight,
java.lang.String pathToMetafyFile)
Popup Load Metadata Progress Window
|
static void |
popupTransformAlukaMetadataWindow(int screenWidth,
int screenHeight)
Popup Transform Metadata Window
|
static void |
popupValidateMetadataProgress(int screenWidth,
int screenHeight)
Popup Validate Metadata Progress Window
|
static int selectedCreatorIndex
static java.lang.String[] creatorLabels
static java.util.ArrayList<java.lang.String> uniqueCreatorList
static java.util.ArrayList<java.lang.String> newCreatorList
static BackgroundWorker backgroundWorker
public static void popupBatchModify(int screenWidth, int screenHeight)
screenWidth
- int width of screenscreenHeight
- int height of screenpublic static void popupLoadMetadataProgressWindow(int screenWidth, int screenHeight, java.lang.String pathToMetafyFile)
screenWidth
- int width of screenscreenHeight
- int height of screenpublic static void popupExportMetadataWindow(int screenWidth, int screenHeight)
screenWidth
- int width of screenscreenHeight
- int height of screenpublic static void popupAssociateFilesWindow(int screenWidth, int screenHeight)
screenWidth
- int width of screenscreenHeight
- int height of screenpublic static void popupTransformAlukaMetadataWindow(int screenWidth, int screenHeight)
screenWidth
- int width of screenscreenHeight
- int height of screenpublic static void popupImportProgress(int screenWidth, int screenHeight, java.io.File[] files)
screenWidth
- int width of screenscreenHeight
- int height of screenpublic static void popupValidateMetadataProgress(int screenWidth, int screenHeight)
screenWidth
- int width of screenscreenHeight
- int height of screen